home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / comms_w / wrcmdl13.zip / CRSH.ZIP / MAKEFILE < prev    next >
Text File  |  1994-11-21  |  201b  |  7 lines

  1. .c.obj:
  2.     cl -G2sw -Ox -AS -I.. -W3 -c -D_WINDOWS $*.c
  3.  
  4. crsh.exe: crsh.obj winio.obj wmhandlr.obj
  5.         link /NOE/ALIGN:16 crsh+winio+wmhandlr,crsh.exe,nul,libw slibcew ..\rcmd.lib,crsh.def
  6.  
  7.